type net/http.tLogKey

2 uses

	net/http (current package)
		transport.go#L2707: type tLogKey struct{}
		transport.go#L2710: 	if logf, ok := tr.Request.Context().Value(tLogKey{}).(func(string, ...any)); ok {